ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / CellsTemplate Property

In This Topic
    CellsTemplate Property (FlexGridBase<T>)
    In This Topic
    Gets the templates for the content cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CellsTemplate As CellTemplate
    public virtual CellTemplate CellsTemplate {get;}
    See Also